Home  |  About  | Last |  Submit  |  Contact
AllQuests.com




Previous Question:  [ubuntu] dreaded SoundBlaster X fi which makes no sound  Absolute Beginner TalkNext Question:  Iam new to flash what is ActionScript IM  Flash General Help
Question [ubuntu] How you rip audio off of FLV ( Ubuntu Forums Absolute Beginner Talk )
Updated: 2010-07-21 05:50:04 (6)
[ubuntu] How you rip audio off of FLV

I have some great live performances that I have saved to Video from youtube that I would like to burn to an audio CD...

Right now I have Mplayer as the only video player installed, is there a way to do this in Mplayer? Or would VLC be the way to go? Or do I need another package that does this?

Answers: [ubuntu] How you rip audio off of FLV ( Ubuntu Forums Absolute Beginner Talk )
[ubuntu] How you rip audio off of FLV

Oh and to be more specific, I just want the Audio tracks for this, I am not wanting to convert the flash to a DVD, just rip the audio.

cptrohn

[ubuntu] How you rip audio off of FLV

This is rather simple with ffmpeg, in it's simplest form, this will re-encode the audio to mp3 and discard the video.

Code:
ffmpeg -i file.flv file.mp3

jerome1232

[ubuntu] How you rip audio off of FLV

Quote:
Originally Posted by jerome1232
This is rather simple with ffmpeg, in it's simplest form, this will re-encode the audio to mp3 and discard the video.

Code:
ffmpeg -i file.flv file.mp3
Thank you very much Jerome. Do I also have to specify in terminal the exact file that I want to rip?

cptrohn

[ubuntu] How you rip audio off of FLV

Yes like say I wanted to convert the file cool-song.flv and it's in ~/Videos, and you wanted the new mp3 file to end up in ~/Music.

~/ stands for the current users home directory btw, (so for me ~/ is the same as /home/jeremy/)

Code:
ffmpeg -i Videos/cool-song.flv Music/cool-song.mp3

jerome1232

[ubuntu] How you rip audio off of FLV

Quote:
Originally Posted by jerome1232
Yes like say I wanted to convert the file cool-song.flv and it's in ~/Videos, and you wanted the new mp3 file to end up in ~/Music.

~/ stands for the current users home directory btw, (so for me ~/ is the same as /home/jeremy/)

Code:
ffmpeg -i Videos/cool-song.flv Music/cool-song.mp3
Oh ok, great... that sounds easy enough.

Thanks again for the help.

cptrohn

[ubuntu] How you rip audio off of FLV

You could also use FFmpeg to copy the audio stream without re-encoding. This will preserve the quality:
Re: How do I remove sound from a video file?

FakeOutdoorsman

Previous Question:  [ubuntu] dreaded SoundBlaster X fi which makes no sound  Ubuntu Forums  Absolute Beginner TalkNext Question:  Iam new to flash what is ActionScript IM  Flash Kit Community Forums  Flash General Help

- Source: [ubuntu] How you rip audio off of FLV Ubuntu Forums Absolute Beginner Talk
- Previous Question: [ubuntu] dreaded SoundBlaster X fi which makes no sound Ubuntu Forums Absolute Beginner Talk
- Next Question: Iam new to flash what is ActionScript IM Flash Kit Community Forums Flash General Help